home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-12 | 1.8 KB | 63 lines | [TEXT/ttxt] |
- Package:
-
- Name: ZEBU
-
- Summary: ZEBU: Zebu parser/unparser generator for Common Lisp
- Version: Version: 3.3.2
-
- Description: Zebu is part of a set of tools for the
- translation of formal languages. Zebu contains a LALR(1) parser
- generator like Yacc does. Aside from generating a parser, Zebu
- will also generate the inverse of a parser (unparser).
- In contrast to Yacc, the semantics is not given in terms of
- ``routines'' but declaratively in terms of typed feature
- structures. Syntax is specified using BNF-like productions
- and lexical categories are specified using regular expressions.
-
- Requires: Common Lisp
-
- Ports: Tested in Lucid and Allegro CL under HP-UX and MCL
- under Macintosh
-
- Origin: ftp.cs.cmu.edu:/user/ai/lang/lisp/code/parsing/zebu/
- as the file zebu-3.3.2.tar.gz
-
- Copying: Permission is granted for unrestricted non-commercial use,
- see the file named COPYRIGHT in the package
-
- Updated:
-
- CD-ROM: Prime Time Freeware for AI, Issue 1-1
-
- Bug Reports: laubsch@hplabs.hpl.hp.com
-
- Mailing List:
-
- Author(s): "Joachim H. Laubsch" <laubsch@hplabs.hpl.hp.com>
-
- Contact:
-
- Keywords: Formal language, LALR-grammar, parsing, translation,
- generation, interoperability, LEX, YACC, ZEPU,
- parser, unparser
-
- Contains: doc/Zebu_intro.ps, COMPILE-ZEBU.lisp, ZEBU-init.lisp
-
- See Also:
-
-
- References: @TECHREPORT{ZEBU:92,
- AUTHOR= {Joachim Laubsch},
- TITLE= {ZEBU: A Tool for Specifying Reversible {LALR}(1)
- Parsers},
- TYPE= {Technical Report},
- NUMBER= {HPL-92-147},
- INSTITUTION= "Hewlett Packard Laboratories",
- ADDRESS= {Palo Alto, CA},
- MONTH= "November",
- YEAR= {1992}}
-
-
-
- ================================================================
-